Timestamped.Equals(Timestamped) method¶
Defined in
Type: TimestampedSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
Overloads¶
- 1.
public bool Equals(Timestamped<T> other) - 2.
public override bool Equals(object? obj)
1. Overload¶
public bool Equals(Timestamped<T> other)
Summary: Determines whether the current Timestamped value has the same Value and Timestamp as a specified Timestamped value.
Parameters
| Name | Type | Description |
|---|---|---|
other | [Timestamped | An object to compare to the current [Timestamped](# value. |
Returns: bool -- true if both Timestamped values have the same Value and Timestamp; otherwise, false.
2. Overload¶
public override bool Equals(object? obj)
Summary: Determines whether the specified System.Object is equal to the current Timestamped.
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | The System.Object to compare with the current [Timestamped](# |
Returns: bool -- true if the specified System.Object is equal to the current Timestamped; otherwise, false.